home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / MPW_TOOL / TOOLS / TOOLS_WI / PERL / UNTESTED / EG / ADB next >
Text File  |  1991-04-28  |  199b  |  9 lines

  1. #!/usr/bin/perl
  2.  
  3. # $Header: ADB,v 4.0 91/03/20 01:08:34 lwall Locked $
  4.  
  5. # This script is only useful when used in your crash directory.
  6.  
  7. $num = shift;
  8. exec 'adb', '-k', "vmunix.$num", "vmcore.$num";
  9.